DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class
Members

In This Topic
    C1EntityFrameworkCoreCursorDataCollection<T> Class
    In This Topic
    This collection allows showing and modifying a Microsoft.EntityFrameworkCore.DbContext instance in any control.
    Object Model
    C1EntityFrameworkCoreCursorDataCollection<T> Class
    Syntax
    Type Parameters
    T
    Remarks
    The collection supports loading on demand, sorting, filtering and editing.
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionBase<T>
          C1.DataCollection.C1CursorDataCollection<T,K>
             C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreCursorDataCollectionBase<T>
                C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreCursorDataCollection<T>

    See Also